void setFieldOptions(String fieldName, List<Option> newOptions) { options[fieldName] = newOptions; notifyListeners(); }