/** Initialize the object. */
 public void initialize() {
   final HtmlSelect htmlSelect = getHtmlSelect();
   htmlSelect.setScriptObject(this);
   if (optionsArray_ == null) {
     optionsArray_ = new HTMLOptionsCollection(this);
     optionsArray_.initialize(htmlSelect);
   }
 }