To get the descriptive name of an enumeration, use the char method. For example, type:
char
gameDay = System.DayOfWeek.Thursday; ['Next volleyball game is ',char(gameDay)]
ans = Next volleyball game is Thursday