/**
  * {@inheritdoc}
  */
 public function __construct(ValueObject $valueObject)
 {
     parent::__construct($valueObject, $this->definition());
 }