toChoice method

String toChoice()

Implementation

String toChoice() {
  return generateChoice(name, description, isDefault);
}