public function __toString()
 {
     return "カード作成\n" . 'ID:' . $this->id . "\n" . '日時:' . $this->time->toDateTimeString() . "\n" . '内容:' . $this->name . "\n";
 }