Dear Sonia,
You may use set/set value methods like this:
CMSContext.Currentuser.GetValue("MyCustomFieldName");
CMSContext.Currentuser.SetValue("MyCustomFieldName", value);
There are also methods, those cast a value to specific type, like GetIntValue, etc.