Return the element at the current position.
@todo need to add return type mixed (require update php version to 8.0)
object The element at the current position.
public function current() { return $this->container[$this->position]; }