fun select(vararg options: String): Unit
fun select(options: List<String>): Unit
fun select(options: List<String>, defaultValue: String): Unit