public function __construct($value)
 {
     parent::__construct($value);
     $this->_value = $value;
 }