data class GAOptionInfo
GAOptionInfo(key: String, synonyms: List<String>)
val key: String
val synonyms: List<String>
fun toChoice(): Choice