Methods were returning 'object' when logged out to the console. Added .valueOf() call to force Javascript to return the String primitive rather than the string object itself.
c312a63