public function convertData($json)
 {
     $data = json_decode($json, true);
     $this->cardData = CardData::fromArray($data);
 }