public function __construct($options = null)
 {
     parent::__construct($options);
     if (isset($options['useStaticList']) && $options['useStaticList']) {
         $this->_type = EnumeratedService::TIME_ZONE_STATIC_ENUM_NAME;
     }
 }