Part 2 : Complete method doubleFront().
private ListNode theList; //instance variable / data field
//method doubleFront will add a new node at the front of the list with
// the same value as the current node at the front of the list
public void doubleFront()
///Code goes here Part 2///
//list after call to double