/**
  */
 private function userWantsToOverwrite()
 {
     $question = new Question("Class " . $this->className . " already exist, do you want to overwrite it?", false);
     return $this->dialogHelper->ask($this->inputInterface, $this->out, $question);
 }