public function getAttributes()
 {
     return array_merge(parent::getAttributes(), array('multiple' => 'true', 'size' => $this->getSize(), 'name' => $this->getName() . '[]'));
 }