protected function toWords($num)
    {
        $ret = '';
        $num = strval($num);