List<String> get choices => _choices;
set choices(List<String> choices) { _choices = choices; notifyListeners(); }