Step 4
Review the interfaces and links of each class
The goal should be minimally coupled classes. Examine both classes to see if you can replace a bidirectional relationship with a unidirectional relationship.
Step 5
Value object vs. reference object
Decide whether you would like to expose the new object as a value object (immutable), or a reference object (may be modified).