Removed Title casing of toString method
When marshalling a value to string, go-enum no longer automatically capitalizes the string. If the user puts in a lower case string, then it will output a lower case string.
When marshalling a value to string, go-enum no longer automatically capitalizes the string. If the user puts in a lower case string, then it will output a lower case string.