public function __construct() {
     parent::__construct();
     $this->converterJson2Object = new Json2PHPObject();
 }