Converts FieldName to String
FieldName
static String fromEnumToString(FieldName field) { return field.toString(); }