/**
  * Prepare data for renderer
  *
  * @return array
  */
 public function _getOptions()
 {
     $options = $this->getColumn()->getOptions();
     return $this->_converter->toTreeArray($options);
 }