Removes the enum type and returns the value as a String.
String enumToString(Object e) => e.toString().split('.').last;