public function add($a, $b)
    {
        $a = $this->convert($a);
        $b = $this->convert($b);