Returns the custom string representation of the enum value.
@override String toString() { // Returns the name of the enum value as a string. return name.toLowerCase(); }