fun getChild(index: Int): ImplementingTree?
Return the child at a given index or null when not existent.
index - Index of the child
index
Return Child at the given index from our children list.