if (userProfile.gender != socialProfile.gender)
                    patches.push(Models.Delta.formPatch(userProfile, 'replace', {gender: socialProfile.gender}));