Removes an item from the beginning of the list. This removes the item stored at the 0 index.
public Object dequeueItem()
Returns the item that was removed.
EmptyQueueException thrown if there are no items in the list.