Append an Object

Is there a way to append an object that has already been created:

CODE:

userobject;
userobject = {uname:username, uage:so.data[username].age}

what if I wanted to add a phone property?

Thanks in Advance, Dvl