public function handle()
    {
        $option = new Option($this->command->getOptionId());
        $option->setName($this->command->getName());
        $option->setDescription($this->command->getDescription());