Object1 = Object1.methodCall();

In other generic terms:

VariableName = VariableName.returnValueFromMethodCall();

Essentially this says set the value of the variable to the value returned by...