The method clones the chromosome returning the exact copy of it.
public override IChromosome Clone( ) { return new PermutationChromosome( this ); }