enumToString method

String enumToString()

Implementation

String enumToString() {
  return name;
}