isFrozen
Returns whether the object is frozen or not.
A frozen object is tied to a specific version of the data in the realm and fields retrieved from this object instance will not update even if the object is updated in the Realm.
Return
true if the object is frozen, false otherwise.