/**
  * {@inheritdoc}
  */
 public function __toArray()
 {
     $this->updateSecureValue();
     return parent::__toArray();
 }