OPTIONElement? getOptionByIndex(int index) { return index < options.length ? options[index] : null; }