/**
  * {@inheritdoc}
  */
 public function setExistingPassword($password)
 {
     return $this->subject->setExistingPassword($password);
 }