Converts an enum value to a string.
static String enumToString(Object enumValue) { return enumValue.toString().split('.').last; }